-
Notifications
You must be signed in to change notification settings - Fork 10
fix(DBLink): leading/trailing whitespace when using icons (by mitosis update) #4310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps the builder-io group with 2 updates: [@builder.io/mitosis](https://github.com/BuilderIO/mitosis) and [@builder.io/mitosis-cli](https://github.com/BuilderIO/mitosis). Updates `@builder.io/mitosis` from 0.9.2 to 0.11.0 - [Release notes](https://github.com/BuilderIO/mitosis/releases) - [Commits](https://github.com/BuilderIO/mitosis/compare/@builder.io/[email protected][email protected]/[email protected]) Updates `@builder.io/mitosis-cli` from 0.9.2 to 0.11.0 - [Release notes](https://github.com/BuilderIO/mitosis/releases) - [Commits](https://github.com/BuilderIO/mitosis/compare/@builder.io/[email protected][email protected]/[email protected]) --- updated-dependencies: - dependency-name: "@builder.io/mitosis" dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: builder-io - dependency-name: "@builder.io/mitosis-cli" dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: builder-io ... Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts: # package-lock.json # package.json # packages/components/package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Mitosis library from version 0.10.0 to 0.12.1 to fix related issues. The update enables Angular signals support and removes outdated workarounds that are no longer needed with the newer version.
Key changes include:
- Updated Mitosis dependencies to version 0.12.1
- Added Angular signals configuration with writeable properties for form components
- Removed deprecated trackBy workarounds and lifecycle management code
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 9 comments.
Show a summary per file
File | Description |
---|---|
package.json | Updates Mitosis dependencies from 0.10.0 to 0.12.1 |
configs/angular/index.cjs | Enables attribute passing in Angular configuration |
Multiple component files | Adds Angular signals metadata with writeable properties |
scripts/post-build/angular.ts | Removes deprecated workarounds and updates lifecycle handling |
scripts/post-build/components.ts | Removes trackBy function workarounds |
packages/components/src/components/custom-select-list-item/custom-select-list-item.lite.tsx
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Proposed changes
closes #4072
Types of changes
Further comments